Webconfig file is different between CAS Servers [httpResponseStatus="Found"]

Hello,

We have two CAS Server 2010 SP3 RU10 .. last night i was checking the IIS Configuration and i noticed the WEBConfig file on both servers are different

httpResponseStatus="Found"

this command is exist on CAS 2 .. but not CAS 1 >> is this normal ?

We are using HTTP redirect for our OWA and both configured well from the IIS Manager

CAS-1

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" httpResponseStatus="Found" />
    </system.webServer>
</configuration>

CAS-2

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" />
    </system.webServer>
</configuration>

  • Edited by Sn0w_MOnkEY Wednesday, August 19, 2015 12:53 PM
August 19th, 2015 12:51pm

Hi,

If the OWA redirect reature is working fine in your exchange server. We should leave them alone.

By the way, I saw this similar thread.

https://social.technet.microsoft.com/Forums/exchange/en-US/bf555fa0-474f-48ab-ab73-50d7dc921c93/redirect-virtual-folder

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 4:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics